home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / linalg.zip / PROJ02.PRO < prev    next >
Text File  |  1989-05-26  |  406b  |  16 lines

  1. PROJECT 2.
  2.  
  3.    Take various pairs of n by n matrices, A and B;
  4.  
  5.                  2         2           2
  6. compute   (A + B)   and   A  + 2AB  + B .
  7.  
  8.  
  9.    Based on what you observe, either prove or disprove the conjecture:
  10.  
  11.                  2         2           2
  12.           (A + B)    =    A  + 2AB  + B .
  13.  
  14.  
  15.    If you should decide it is false try to correct, and then prove, the conjecture.
  16.